Uploading a document result Schema
api_result Element
Description
Starts a results connection.
Namespace (none)
Diagram
attach Element authentication Element Sequence api_result Element
Overview
api_result
Starts a results connection.
Sequence
authentication xs:string
Confirmation that the username and password has been accepted.
attach
Defines the details of the document now hosted.
Sequence
name xs:string
Confirms the name of the file you have uploaded.
URL xs:string
Confirms the URL of the location of the now hosted file.
Source
<xs:element name="api_result" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="authentication" />
      <xs:element name="attach">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="name" />
            <xs:element type="xs:string" name="URL" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
Uploading a document result Schema

 

 


© 2013 All Rights Reserved.

Send comments on this topic.